Deploy the Cobra Web Service ClientAPI

The Cobra Web service ClientAPI files reside in the Web Service ClientAPI subfolder of Cobra folder. You must configure these files before you deploy them to the application developers.

To configure the Cobra Web service ClientAPI file, complete the following steps:

  1. Locate the Cobra.WebService.ClientAPI.dll.config file and open it using a text editor (such as Notepad).
  2. Find <endpoint address="http://localhost:8116/CobraWebService/service" and replace localhost with the name of the machine that hosts the Web service.

    For example:

    <endpoint address="http://COBWSHOST:8116/CobraWebService/service"

  3. Save and close the configuration file.
You can now distribute the files in Web Service ClientAPI folder to the application developers.